LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

ContainsKey Method

Show in webframe





The key to locate in the IDictionary.
Determines whether the IDictionary contains an element with the specified key.
Syntax
public virtual bool ContainsKey( 
   TKey key
)
'Declaration
 
Public Overridable Function ContainsKey( _
   ByVal key As TKey _
) As Boolean
'Usage
 
Dim instance As ThreadSafeDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As Boolean
 
value = instance.ContainsKey(key)

            

            
public:
virtual bool ContainsKey( 
   TKey^ key
) 

Parameters

key
The key to locate in the IDictionary.

Return Value

true if the IDictionary contains an element with the key; otherwise, false.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionkey is null.
Requirements

Target Platforms

See Also

Reference

ThreadSafeDictionary<TKey,TValue> Class
ThreadSafeDictionary<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features